projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd3ed3
)
(sgml-mode): Set indent-line-function to sgml-indent-line.
author
Mike Williams
<mdub@bigfoot.com>
Mon, 1 Apr 2002 12:43:47 +0000
(12:43 +0000)
committer
Mike Williams
<mdub@bigfoot.com>
Mon, 1 Apr 2002 12:43:47 +0000
(12:43 +0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index ce42a5bcf7df9cb647d687a951e933aa983a4cb2..5b7034f8a80fb4dafaa3bdfd3bdff1fbd1ec33f6 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-410,6
+410,7
@@
Do \\[describe-key] on the following bindings to discover what they do.
(set (make-local-variable 'paragraph-separate)
(concat paragraph-start "$"))
(set (make-local-variable 'adaptive-fill-regexp) "[ \t]*")
+ (set (make-local-variable 'indent-line-function) 'sgml-indent-line)
(set (make-local-variable 'comment-start) "<!-- ")
(set (make-local-variable 'comment-end) " -->")
(set (make-local-variable 'comment-indent-function) 'sgml-comment-indent)